home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / frame_50 / PlaceObject2_2828_536 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-06-09  |  174 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    t++;
  3.    if(t == 2)
  4.    {
  5.       frameCount += 1.15;
  6.       frame = Math.round(frameCount);
  7.       t = 0;
  8.    }
  9.    this.gotoAndStop(frame);
  10. }
  11.